home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Informant Complete 1995 - 2000
/
Delphi Informant Complete 1995 to 2000.iso
/
Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar
/
1995
/
MAY
/
Dr9505
/
status.dfm
/
status.txt
Wrap
Text File
|
1995-03-07
|
610b
|
34 lines
object Form1: TForm1
Left = 266
Top = 150
Width = 260
Height = 195
ActiveControl = Button1
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object Button1: TButton
Left = 38
Top = 36
Width = 179
Height = 33
Caption = 'Update the Status Bar'
TabOrder = 0
OnClick = Button1Click
end
object Panel1: TPanel
Left = 0
Top = 147
Width = 252
Height = 21
Align = alBottom
Alignment = taLeftJustify
BevelInner = bvLowered
TabOrder = 1
end
end